func runtime.appendIntStr

3 uses

	runtime (current package)
		error.go#L171: func appendIntStr(b []byte, v int64, signed bool) []byte {
		error.go#L199: 			b = appendIntStr(b, e.x, e.signed)
		error.go#L201: 			b = appendIntStr(b, int64(e.y), true)